object PasswordEntryDlg: TPasswordEntryDlg Left = 127 Top = 68 ActiveControl = Edit1 BorderStyle = bsDialog Caption = 'Set your password' ClientHeight = 138 ClientWidth = 267 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 10 Width = 126 Height = 13 Caption = 'Please type in a password.' end object Label2: TLabel Left = 8 Top = 32 Width = 249 Height = 13 Caption = 'This will be required to turn off the parental lock later.' end object Label3: TLabel Left = 8 Top = 50 Width = 216 Height = 13 Caption = 'To disable password checking, leave it blank.' end object Button1: TButton Left = 33 Top = 105 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 158 Top = 105 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object Edit1: TEdit Left = 8 Top = 71 Width = 247 Height = 21 MaxLength = 30 TabOrder = 0 end end